home *** CD-ROM | disk | FTP | other *** search
- package koala.dynamicjava.interpreter;
-
- import java.lang.reflect.Field;
- import java.util.Set;
- import koala.dynamicjava.tree.MethodDeclaration;
- import koala.dynamicjava.util.ImportationManager;
-
- public class TreeInterpreter$MethodDescriptor {
- Set variables;
- MethodDeclaration method;
- ImportationManager importationManager;
- TreeInterpreter interpreter;
- Field contextField;
- // $FF: synthetic field
- private final TreeInterpreter this$0;
-
- TreeInterpreter$MethodDescriptor(TreeInterpreter var1, MethodDeclaration var2, ImportationManager var3) {
- this.this$0 = var1;
- this.method = var2;
- this.importationManager = var3;
- this.interpreter = this.this$0;
- }
- }
-